home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
56815
/
56815.xpi
/
chrome
/
browser.xul
next >
Wrap
Extensible Markup Language
|
2010-01-21
|
2KB
|
54 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="chrome://kidoztv/content/skin/kidoz.css"?>
<!DOCTYPE overlay >
<overlay id="kidoztv-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://kidoztv/content/kidoz.js" />
<menupopup id="menu_ToolsPopup">
<menu label="KIDO'Z TV" class="menu-iconic" image="chrome://kidoztv/content/skin/tv16.png">
<menupopup>
<menuitem id="k1" label="Start KIDOZ TV" oncommand="kidoz.run()" />
<menuitem id="k3" label="Parental control (Add Video)" onclick="window._content.document.location='http://www.kidoz.net/parents';"/>
<menuitem id="k34" label="More From KIDOZ" onclick="window._content.document.location='http://www.kidoz.net';"/>
</menupopup>
</menu>
</menupopup>
<!-- <statusbar id="status-bar">
<statusbarpanel id="kidoz_statusbutton" label="KIDO'Z TV" class="statusbarpanel-iconic" src="chrome://kidoztv/content/skin/tv16.png" tooltiptext="kidozTV" oncommand="kidoz.run()" />
</statusbar>
-->
<!-- Firefox Toolbar -->
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="kidoz-toolbar-button" oncommand="kidoz.run()" />
</toolbarpalette>
<commandset id="placesCommands">
<command id="Browser:ShowAllBookmarks" disabled="true"/>
<command id="Browser:ShowAllHistory" disabled="true"/>
</commandset>
<keyset id="mainKeyset">
<key id="kiosk_f1" keycode="VK_F1" oncommand="kidoz.doNothing();"/>
<key id="kiosk_f6" keycode="VK_F6" oncommand="kidoz.doNothing();"/>
</keyset>
</overlay>